Revision: arnesi--dev--1.2--patch-30
Archive: bese-2004@common-lisp.net
Creator: Marco Baringer <mb@bese.it>
Date: Sat Nov  6 15:37:26 CET 2004
Standard-date: 2004-11-06 14:37:26 GMT
Modified-files: src/mop.lisp src/packages.lisp
New-patches: bese-2004@common-lisp.net/arnesi--dev--1.2--patch-30
Summary: add support for :wrapping methods in the custom method combination
Keywords: 

The quasi-standard method combination has been renamed to
wrapping-standard. Unlike Tim bradshaw's wrapping-standard method
combination (from whom the name was stolen) wrapping methods wrap onnly
the primary method not all the others (arounds, befores and afters).
